arrayOf

inline external fun <T> arrayOf(vararg elements: T): Array<T>

Returns an array containing the specified elements.